Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Constrain aws sdk #212

Merged
merged 3 commits into from
Feb 5, 2025
Merged

Constrain aws sdk #212

merged 3 commits into from
Feb 5, 2025

Conversation

IsaacWarren
Copy link
Contributor

Changes included in this PR

With aws-sdk-cpp 1.11.486 they changed behavior for s3 validation aws/aws-sdk-cpp#3253. This breaks writing to s3 tables. Until we or arrow fix this we need to constrain the version

Testing strategy

S3 tables write unit tests. These weren't failing on CI because we hadn't rebuilt our Arrow Fork so linux-64 was still using the old aws-sdk-cpp which works.

User facing changes

S3 Tables write works.

Checklist

  • Pipelines passed before requesting review. To run CI you must include [run CI] in your commit message.
  • I am familiar with the Contributing Guide
  • I have installed + ran pre-commit hooks.

@srilman
Copy link
Contributor

srilman commented Feb 5, 2025

@IsaacWarren do we not need constraints on the Conda build?

Copy link
Contributor

@scott-routledge2 scott-routledge2 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks Isaac!

@IsaacWarren IsaacWarren merged commit 3d86b9c into main Feb 5, 2025
34 checks passed
@IsaacWarren IsaacWarren deleted the isaac/constrain_aws_sdk branch February 5, 2025 20:09
IsaacWarren added a commit that referenced this pull request Feb 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants